type net/http.http2DataFrame
12 uses
net/http (current package)
h2_bundle.go#L1990: dataFrame http2DataFrame
h2_bundle.go#L1993: func (fc *http2frameCache) getDataFrame() *http2DataFrame {
h2_bundle.go#L1995: return &http2DataFrame{}
h2_bundle.go#L2153: type http2DataFrame struct {
h2_bundle.go#L2158: func (f *http2DataFrame) StreamEnded() bool {
h2_bundle.go#L2166: func (f *http2DataFrame) Data() []byte {
h2_bundle.go#L3238: case *http2DataFrame:
h2_bundle.go#L5655: if f, ok := f.(*http2DataFrame); ok {
h2_bundle.go#L5673: case *http2DataFrame:
h2_bundle.go#L5904: func (sc *http2serverConn) processData(f *http2DataFrame) error {
h2_bundle.go#L9966: case *http2DataFrame:
h2_bundle.go#L10323: func (rl *http2clientConnReadLoop) processData(f *http2DataFrame) error {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)